More of the same
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 29 Nov 2008 07:56:32 +0000 (07:56 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 29 Nov 2008 07:56:32 +0000 (07:56 +0000)
svn path=/trunk/; revision=21822

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtknotebook.sgml
docs/reference/gtk/tmpl/gtkrc.sgml

index a3fc712c532fa4c1cda736f8382bcfaa11806cb1..c820d530480ac8a5d89ebb364d7767d445713624 100644 (file)
@@ -1,5 +1,7 @@
 2008-11-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtkrc.sgml:
+       * gtk/tmpl/gtknotebook.sgml:
        * gtk/tmpl/gtklabel.sgml:
        * gtk/tmpl/gtkdrawingarea.sgml:
        * gtk/tmpl/gtkcheckmenuitem.sgml:
index 712b117395aa07ea72a12faa22e7e8cbc3eb8961..d7ca51081f04ed0d6b0feaf7315ccc4d86a8352f 100644 (file)
@@ -382,10 +382,10 @@ The #GtkNotebookPage is an opaque implementation detail of #GtkNotebook.
 
 <!-- ##### MACRO gtk_notebook_current_page ##### -->
 <para>
-Deprecated compatibility macro. Use
-gtk_notebook_get_current_page() instead.
+Deprecated compatibility macro. 
 </para>
 
+@Deprecated: Use gtk_notebook_get_current_page() instead.
 
 
 <!-- ##### FUNCTION gtk_notebook_page_num ##### -->
@@ -399,10 +399,10 @@ gtk_notebook_get_current_page() instead.
 
 <!-- ##### MACRO gtk_notebook_set_page ##### -->
 <para>
-Deprecated compatibility macro. Use
-gtk_notebook_set_current_page() instead.
+Deprecated compatibility macro. 
 </para>
 
+@Deprecated: Use gtk_notebook_set_current_page() instead.
 
 
 <!-- ##### FUNCTION gtk_notebook_next_page ##### -->
index 4717938482ccba9e4f7d48dee566681743959a58..3fd1be54176435b81ab8e8e81cce11b3a453d02e 100644 (file)
@@ -849,42 +849,39 @@ specific portions of a RC file.
 <para>
 Adds a #GtkRcStyle that will be looked up by a match against
 the widget's pathname. This is equivalent to a:
-<literal>
-widget PATTERN style STYLE
-</literal>
+ <literal>widget PATTERN style STYLE</literal>
 statement in a RC file.
 </para>
 
 @rc_style: the #GtkRcStyle to use for widgets matching @pattern
 @pattern: the pattern
+@Deprecated: Use gtk_rc_parse_string() with a suitable string instead.
 
 
 <!-- ##### FUNCTION gtk_rc_add_widget_class_style ##### -->
 <para>
 Adds a #GtkRcStyle that will be looked up by a match against
 the widget's class pathname. This is equivalent to a:
-<literal>
-widget_class PATTERN style STYLE
-</literal>
+<literal>widget_class PATTERN style STYLE</literal>
 statement in a RC file.
 </para>
 
 @rc_style: the #GtkRcStyle to use for widgets matching @pattern
 @pattern: the pattern
+@Deprecated: Use gtk_rc_parse_string() with a suitable string instead.
 
 
 <!-- ##### FUNCTION gtk_rc_add_class_style ##### -->
 <para>
 Adds a #GtkRcStyle that will be looked up by a matching against
 the class hierarchy of the widget. This is equivalent to a:
-<literal>
-class PATTERN style STYLE
-</literal>
+<literal>class PATTERN style STYLE</literal>
 statement in a RC file.
 </para>
 
 @rc_style: the #GtkRcStyle to use for widgets deriving from @pattern
 @pattern: the pattern
+@Deprecated: Use gtk_rc_parse_string() with a suitable string instead.
 
 
 <!-- ##### FUNCTION gtk_rc_parse ##### -->